home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / WINNC32.EX_ / WINNC32.EX / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1997-06-16  |  3KB  |  151 lines

  1. object Form5: TForm5
  2.   Left = 210
  3.   Top = 210
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'File Properties'
  7.   ClientHeight = 201
  8.   ClientWidth = 369
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label3: TLabel
  17.     Left = 10
  18.     Top = 5
  19.     Width = 74
  20.     Height = 13
  21.     Caption = 'Enter attributes:'
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 10
  25.     Top = 150
  26.     Width = 351
  27.     Height = 15
  28.     Shape = bsBottomLine
  29.   end
  30.   object GroupBox1: TGroupBox
  31.     Left = 10
  32.     Top = 25
  33.     Width = 211
  34.     Height = 81
  35.     Caption = 'Attributes'
  36.     TabOrder = 2
  37.     object CheckBox1: TCheckBox
  38.       Left = 15
  39.       Top = 20
  40.       Width = 97
  41.       Height = 17
  42.       Caption = 'System'
  43.       State = cbChecked
  44.       TabOrder = 0
  45.     end
  46.     object CheckBox2: TCheckBox
  47.       Left = 15
  48.       Top = 45
  49.       Width = 97
  50.       Height = 17
  51.       AllowGrayed = True
  52.       Caption = 'Hidden'
  53.       TabOrder = 1
  54.     end
  55.     object CheckBox3: TCheckBox
  56.       Left = 105
  57.       Top = 20
  58.       Width = 97
  59.       Height = 17
  60.       AllowGrayed = True
  61.       Caption = 'Read Only'
  62.       TabOrder = 2
  63.     end
  64.     object CheckBox4: TCheckBox
  65.       Left = 105
  66.       Top = 45
  67.       Width = 97
  68.       Height = 17
  69.       AllowGrayed = True
  70.       Caption = 'Achive'
  71.       TabOrder = 3
  72.     end
  73.   end
  74.   object GroupBox2: TGroupBox
  75.     Left = 230
  76.     Top = 25
  77.     Width = 129
  78.     Height = 81
  79.     Caption = 'Date && Time'
  80.     TabOrder = 3
  81.     object Label1: TLabel
  82.       Left = 24
  83.       Top = 24
  84.       Width = 23
  85.       Height = 13
  86.       Caption = 'Date'
  87.     end
  88.     object Label2: TLabel
  89.       Left = 24
  90.       Top = 48
  91.       Width = 23
  92.       Height = 13
  93.       Caption = 'Time'
  94.     end
  95.     object MaskEdit1: TMaskEdit
  96.       Left = 56
  97.       Top = 21
  98.       Width = 57
  99.       Height = 21
  100.       EditMask = '!99/99/00;1; '
  101.       MaxLength = 8
  102.       TabOrder = 0
  103.       Text = '  -  -  '
  104.     end
  105.     object MaskEdit2: TMaskEdit
  106.       Left = 56
  107.       Top = 45
  108.       Width = 57
  109.       Height = 21
  110.       EditMask = '!90:00:00;1; '
  111.       MaxLength = 8
  112.       TabOrder = 1
  113.       Text = '  :  :  '
  114.     end
  115.   end
  116.   object BitBtn1: TBitBtn
  117.     Left = 175
  118.     Top = 170
  119.     Width = 91
  120.     Height = 25
  121.     TabOrder = 0
  122.     Kind = bkOK
  123.   end
  124.   object BitBtn2: TBitBtn
  125.     Left = 270
  126.     Top = 170
  127.     Width = 91
  128.     Height = 25
  129.     TabOrder = 1
  130.     Kind = bkCancel
  131.   end
  132.   object CheckBox5: TCheckBox
  133.     Left = 15
  134.     Top = 115
  135.     Width = 97
  136.     Height = 17
  137.     Caption = 'Include Subdirs'
  138.     TabOrder = 4
  139.   end
  140.   object DateTime: TCheckBox
  141.     Left = 15
  142.     Top = 135
  143.     Width = 105
  144.     Height = 17
  145.     Caption = 'Set Date && Time'
  146.     State = cbChecked
  147.     TabOrder = 5
  148.     OnClick = DateTimeClick
  149.   end
  150. end
  151.